Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions in GitHub Actions workflow #102

Merged
merged 1 commit into from
Jul 15, 2023
Merged

Update actions in GitHub Actions workflow #102

merged 1 commit into from
Jul 15, 2023

Conversation

striezel
Copy link
Contributor

The following updates are performed:

Still using the outdated / unmaintained actions will generate several warnings in CI runs, for example in https://github.com/NiklasEi/bevy_kira_audio/actions/runs/5541945151:

The following actions use node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

The PR will get rid of those warnings.

The following updates are performed:
* update actions/checkout to v3
* update actions/cache to v3
* replace unmaintained actions-rs/toolchain by dtolnay/rust-toolchain
@NiklasEi NiklasEi merged commit 92b1a97 into NiklasEi:main Jul 15, 2023
4 checks passed
@striezel striezel deleted the ci-actions-update branch July 15, 2023 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants